home *** CD-ROM | disk | FTP | other *** search
/ Developer Helper 1: Phil & Dave's Excellent CD / Excellent CD HFS.raw / HyperCard / HyperCard 1.2.2 International / HyperCard Danish (DK-1.2.2) / Flere stakke / Hjælp / HjÊlp / card_92587.txt < prev    next >
Text File  |  1989-01-03  |  3KB  |  134 lines

  1. -- card: 92587 from stack: in
  2. -- bmap block id: 55031
  3. -- flags: 0000
  4. -- background id: 4745
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (button)
  9. -- low flags: 00
  10. -- high flags: 0000
  11. -- rect: left=206 top=297 right=320 bottom=244
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: 
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   visual effect wipe down
  23.   go to card id 91176
  24. end mouseUp
  25.  
  26.  
  27.  
  28.  
  29. -- part 2 (button)
  30. -- low flags: 00
  31. -- high flags: A000
  32. -- rect: left=463 top=55 right=88 bottom=487
  33. -- title width / last selected line: 0
  34. -- icon id / first selected line: 29019 / 29019
  35. -- text alignment: 1
  36. -- font id: 0
  37. -- text size: 12
  38. -- style flags: 0
  39. -- line height: 16
  40. -- part name: 
  41. ----- HyperTalk script -----
  42. on mouseUp
  43.   visual effect wipe down
  44.   go to card id 75320
  45. end mouseUp
  46.  
  47.  
  48.  
  49. -- part 3 (button)
  50. -- low flags: 00
  51. -- high flags: 8004
  52. -- rect: left=324 top=225 right=253 bottom=410
  53. -- title width / last selected line: 0
  54. -- icon id / first selected line: 0 / 0
  55. -- text alignment: 1
  56. -- font id: 0
  57. -- text size: 12
  58. -- style flags: 0
  59. -- line height: 16
  60. -- part name: Slet 8. ord
  61. ----- HyperTalk script -----
  62. on mouseUp
  63.   delete word 8 of line 1 of card field 1
  64. end mouseUp
  65.  
  66.  
  67.  
  68. -- part 4 (button)
  69. -- low flags: 00
  70. -- high flags: 8004
  71. -- rect: left=325 top=258 right=286 bottom=456
  72. -- title width / last selected line: 0
  73. -- icon id / first selected line: 0 / 0
  74. -- text alignment: 1
  75. -- font id: 0
  76. -- text size: 12
  77. -- style flags: 0
  78. -- line height: 16
  79. -- part name: Indsæt det igen
  80. ----- HyperTalk script -----
  81. on mouseUp
  82.   put "Kommandoen Delete sletter tekst fra kort- og baggrundsfelter, "& "selv om de er l√•st.  Denne tekst best√•r kun af √©n linie, fordi der "& "ikke er nogen Returtegn." into card field 1
  83. end mouseUp
  84.  
  85.  
  86.  
  87. -- part 5 (field)
  88. -- low flags: 01
  89. -- high flags: 2004
  90. -- rect: left=74 top=202 right=296 bottom=309
  91. -- title width / last selected line: 0
  92. -- icon id / first selected line: 0 / 0
  93. -- text alignment: 0
  94. -- font id: 3
  95. -- text size: 12
  96. -- style flags: 512
  97. -- line height: 16
  98. -- part name: 
  99.  
  100.  
  101. -- part contents for background part 2
  102. ----- text -----
  103. Delete
  104.  
  105. -- part contents for background part 1
  106. ----- text -----
  107. delete <tekst>
  108.  
  109. Fjerner den angivne tekst fra det √•bne kort.
  110.  
  111.  
  112. delete word 3 of line 1 of card field 1
  113. delete char 1 of line 1 of first field
  114.  
  115.  
  116. -- part contents for background part 44
  117. ----- text -----
  118. Form
  119.  
  120. Hvad g√∏r kommandoen?
  121.  
  122. Eksempler
  123.  
  124.  
  125.  
  126.  
  127.  
  128. -- part contents for background part 43
  129. ----- text -----
  130. 337,122
  131.  
  132. -- part contents for card part 5
  133. ----- text -----
  134. Kommandoen Delete sletter tekst fra kort- og baggrundsfelter, selv om de er l√•st.  Denne tekst best√•r kun af √©n linie, fordi der ikke er nogen Returtegn.